Version Packages - #28
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@upstash/agentkit-eve-extension@0.8.0
Minor Changes
d11584a: fix!: rebuild against eve 0.45 and raise the
evepeer floor to>=0.45.0eve extension buildstamps the compatibility manifest with the building eve'scurrent contribution-format versions, and a consumer rejects any version missing
from its own supported list. Rebuilding on eve 0.45.0 re-stamps
dist/extension/_manifest.jsonfrom tool 17 / dynamicTool 18 totool 18 / dynamicTool 19 (hook 14 and instructions 2 are unchanged), and
eve 0.45.0 is the first release supporting either — every 0.42–0.44.4 tops out at
tool 17 / dynamicTool 18.
tool 18 / dynamicTool 19 / hook 14 / instructions 2) and loads on eve ≥ 0.45.0.
evepeer dependency moves from">=0.43.0"to">=0.45.0"so anincompatible eve fails at install time rather than at
eve build, where itotherwise errors with "requires tool contract v18, but this eve supports tool
contract versions: … v17".
@upstash/agentkit-eve'sevepeer stays>=0.32.0— its source stilltypechecks cleanly against eve 0.32.0, so no floor change is warranted there.
No runtime behavior and no source changed: all packages build, typecheck and pass
unmodified against eve 0.45.0, both demos build, and the extension's mocked-model
end-to-end eval is green. eve 0.45.0 removed
eve/tools/defaultsand thedefineBashTool/defineReadFileTool/defineWriteFileTool/defineGlobTool/defineGrepToolfactories, and droppedexperimental.subagentPersistentSessions— AgentKit uses none of them.
aistays exact-pinned at7.0.58(eve 0.45's peeris still
^7.0.58).eve-extension-demo@0.0.7
Patch Changes